home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
272_01
/
aabort.doc
< prev
next >
Wrap
Text File
|
1987-07-08
|
586b
|
39 lines
NAME
aabort -- terminate a program
SYNOPSIS
void aabort(code);
int code; exit error code
DESCRIPTION
The program is aborted (using the common_exit() function) after sending
the BELL character to stderr. By using the common_exit() routine,
any common exit function which has been installed will be called.
EXAMPLE
aabort(0);
This function is found in SMDLx.LIB for the Datalight Compiler.